home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / muzsrc1.zip / MENU.H < prev    next >
Text File  |  1992-07-22  |  638b  |  25 lines

  1. // **********************************************
  2. // File: MENU.H
  3.  
  4. #define  M_FILE    0
  5. #define  M_FILE_NEW    1
  6. #define  M_FILE_OPEN    2
  7. #define  M_FILE_SAVE    3
  8. #define  M_FILE_SAVEAS    4
  9. #define  M_FILE_CREATEMIDI      5
  10. #define  M_PRINT        32
  11. #define  M_LAYOUT    2
  12. #define  M_LAYOUT_PARTS    49
  13. #define  M_LAYOUT_PAGE    50
  14. #define  M_LAYOUT_REFORMAT      51
  15. #define  M_SYMBOLS    3
  16. #define  M_SYMBOLS_NOTES    65
  17. #define  M_SYMBOLS_KEYS    66
  18. #define  M_SYMBOLS_BEATS    67
  19. #define  M_SYMBOLS_BARS    68
  20. #define  M_SYMBOLS_LOUDNESS    69
  21. #define  M_SYMBOLS_TEXT 70
  22. #define  M_SYMBOLS_BLOCK        71
  23. #define  M_HELP    4
  24. #define  M_HELP_ABOUT    81
  25.